Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NDynamicArray<T> Class
Fields Properties Methods


In This Topic
    NDynamicArray<T> Class Members
    In This Topic

    The following tables list the members exposed by NDynamicArray<T>.

    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the amount of items that this dynamic can hold, without resizing the Items array.  
    Public PropertyGets the count of items in this set.  
    Public PropertyGets or sets the item at the specified index.  
    Public PropertyGets the internal items backing array.  
    Top
    Public Methods
     NameDescription
    Public MethodClears this array, by resetting it's count to zero and settings the Items array values to their defaults (depending on type)  
    Public MethodReturns true if this list contains the specified item.  
    Public MethodCopies all items of this set to the specified array, starting from the specified array index.  
    Public MethodEnsures that this dynamic array has the capacity to handle the specified amount of items.  
    Public MethodGets an iterator that iterates throw the items in forward order.  
    Public MethodGets an iterator that iterates throw the items in reverse order.  
    Public MethodOverloaded. Gets the index at which an item appears for the first time. Returns -1 if the item does not appear in this list.  
    Public MethodOverloaded. Gets the last index of the specified item  
    Public MethodCreates an array and populates it with the items of this dynamic array.  
    Top
    See Also